home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 August: Tool Chest / Dev.CD Aug 94.toast / New System Software Extensions / OpenDoc A6 / OpenDoc Parts Framework / OPF / Found / FWTaskG / DOSMake.bmk next >
Encoding:
Text File  |  1994-04-21  |  1.2 KB  |  48 lines  |  [TEXT/MPS ]

  1. #========================================================================================
  2. #
  3. #    File:                DOSMake.bmk
  4. #    Release Version:    $ 1.0d1 $
  5. #
  6. #    Creation Date:        3/28/94
  7. #
  8. #    Copyright:    © 1993, 1994 by Apple Computer, Inc., all rights reserved.
  9. #
  10. #========================================================================================
  11. __ComponentName = FWTaskG
  12.  
  13. __IncludeDirs = \
  14.     -I$(OPF)\Found\FWCommon\Include \
  15.     -I$(OPF)\Found\FWTaskG\Include
  16.  
  17. __ComponentLibs= \
  18. !ifdef __BORLANDC__
  19.     $(BEDBORLANDDIR)\Lib\crtldll.lib \
  20.     $(BEDBORLANDDIR)\Lib\import.lib \
  21. !endif
  22. !ifdef _BEDWIN32S
  23.     Kernel32.LIB \
  24. !endif
  25.     $(_BEDLIBDIR)\FWCommon
  26.     
  27. __ComponentObjects = \
  28. !ifdef __BORLANDC__
  29.     $(BEDBORLANDDIR)\Lib\C0DL.obj \
  30. !endif
  31.     $(_BEDTARGETOBJECTSDIR)\FWPriTas.obj \
  32. !ifndef _BEDWIN32S
  33.     $(_BEDTARGETOBJECTSDIR)\FWLookup.obj \
  34. !endif
  35.     $(_BEDTARGETOBJECTSDIR)\FWLibMai.obj \
  36.     $(_BEDTARGETOBJECTSDIR)\FWep.obj
  37.  
  38. __ComponentResources = 
  39.  
  40. #####################################################################################
  41. # Dependencies
  42. #####################################################################################
  43. !ifndef _BEDWIN32S
  44. $(_BEDTARGETOBJECTSDIR)\FWLookup.obj :
  45.     copy $(_BEDTARGETDIR)\Sources\FWLookup.obj $(_BEDTARGETOBJECTSDIR)
  46. !endif
  47.  
  48.